<squad>
	<description>
		<type>TYPE_TANK</type>
		<nationality>NATIONALITY_BRITISH</nationality>

		<long_name>Cruiser Tank, Mk I (A9)</long_name>
		<short_name>A9</short_name>
		<comment>A cruiser tank with a 2 pounder cannon and 3 Vickers machine guns</comment>

		<uniform_profile>uniform_profile_british_tank_crew.png</uniform_profile>
		<uniform_game>uniform_game_british_tank_crew.png</uniform_game>
	</description>

	<availability>
		<data><month>1</month><year>1939</year><number>10</number></data>
		<data><month>6</month><year>1940</year><number>10</number></data>
		<data><month>9</month><year>1940</year><number>20</number></data>
		<data><month>6</month><year>1941</year><number>20</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-A9 Cruiser Mk I.png</image_profile>
			<weight>13000</weight>
		</attributes>

		<drive>
			<engine>
				<name>AEC A179</name>
				<horsepower>150</horsepower>
				<reliability>RELIABILITY_AVERAGE</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2800</rpm_limit>
			</engine>

			<gears>
				<forwards>5</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_CLUTCH_AND_BRAKE</steering>

			<exhaust_pipe>
				<offsetX>115</offsetX>
				<offsetY>290</offsetY>
				<horizontal_angle>180</horizontal_angle>
				<vertical_angle>0</vertical_angle>
			</exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-A9 Cruiser Mk I.png</image_view>

			<width>250</width>
			<length>580</length>
			<height>122</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>14</front>
				<side>10</side>
				<rear>6</rear>
				<top>6</top>
				<bottom>6</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>250</width>
			<length>385</length>
			<height>73</height>

			<offsetX>0</offsetX>
			<offsetY>0</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>14</front>
				<side>10</side>
				<rear>6</rear>
				<top>6</top>
			</armour>
		</superstructure>

		<fixed_weapon>
			<offsetX>63</offsetX>
			<offsetY>-200</offsetY>
			<offsetZ>140</offsetZ>
			<minAngle>-20</minAngle>
			<maxAngle>25</maxAngle>

			<rotate_time>5</rotate_time>
			<weapon><type>WEAPON_LMG_VICKERS_303</type><mount>ball</mount></weapon>
			<ammo><for>WEAPON_LMG_VICKERS_303</for><rounds>2000</rounds></ammo>

			<man>
				<job>JOB_MACHINE_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>60</rounds></ammo>
			</man>
		</fixed_weapon>

		<fixed_weapon>
			<offsetX>-63</offsetX>
			<offsetY>-200</offsetY>
			<offsetZ>140</offsetZ>
			<minAngle>-25</minAngle>
			<maxAngle>20</maxAngle>

			<rotate_time>5</rotate_time>
			<weapon><type>WEAPON_LMG_VICKERS_303</type><mount>ball</mount></weapon>
			<ammo><for>WEAPON_LMG_VICKERS_303</for><rounds>2000</rounds></ammo>

			<man>
				<job>JOB_MACHINE_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>60</rounds></ammo>
			</man>
		</fixed_weapon>

		<turret>
			<image_view>Image-A9 Cruiser Mk I turret.png</image_view>

			<diameter>175</diameter>
			<height>85</height>
			<offsetX>0</offsetX>
			<offsetY>-10</offsetY>

			<rotate_time>18</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>14</front>
				<side>10</side>
				<rear>6</rear>
				<top>6</top>
				<mantlet>14</mantlet>
			</armour>

			<weapon><type>WEAPON_CANNON_2PDR_OQF</type><offsetX>10</offsetX></weapon>
			<weapon><type>WEAPON_LMG_VICKERS_303</type><offsetX>34</offsetX></weapon>
			<ammo><for>WEAPON_CANNON_2PDR_OQF</for><flavour>FLAVOUR_APCBC</flavour><rounds>100</rounds></ammo>
			<ammo><for>WEAPON_LMG_VICKERS_303</for><rounds>2000</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_LOADER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>60</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
